func github.com/jackc/pgx/v5/pgtype.parseRange

2 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		multirange.go#L367: 			value, err := parseRange(buf)
		multirange.go#L384: func parseRange(buf *bytes.Buffer) (string, error) {